************************************************************************************

This folder contains the example codes for 8 and 16 bit Host Read and Host Write 
operation in Little Endian format for Interrupt Mode in both in C and Assembly for ADSP-BF54x Processors.


EZ-Kit Lite Switch Settings:
---------------------------

ADSP-BF537 EZ-Kit Lite
-----------------------

SW6 - Position 4 OFF


ADSP-BF548 EZ-Kit Lite (Host DMA signals on header P3)
-----------------------------------------------------

SW2  - All off
SW4  - All off
SW5  - Position 4 off
SW17 - Position 3 off
JP2  - Do not install


Description:
------------

The required configuration has to be selected in the "config.h" header file. Make
sure that, both Master and Slave has been selected for the same configuration 
(i.e. either for Host Read or Host Write operation)


For Host Read Operation, the Host Processor reads the data present in the 
Slave_Buffer.

For Host Write Operation, the Host Processor writes the data present in the
Master_Buffer.

Here the HOSTDMA is configured in Autobuffer Mode. Any other required configuration
words can be appropriately changed in HDMA_Config_Words array defined in the Master(Host) code.